func github.com/andybalholm/brotli.storeMetaBlockTrivial

2 uses

	github.com/andybalholm/brotli (current package)
		brotli_bit_stream.go#L1411: func storeMetaBlockTrivial(input []byte, start_pos uint, length uint, mask uint, is_last bool, params *encoderParams, commands []command, storage_ix *uint, storage []byte) {
		encode.go#L465: 		storeMetaBlockTrivial(data, uint(wrapped_last_flush_pos), bytes, mask, is_last, params, commands, storage_ix, storage)